Searched refs:t_double (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/typesconfig/ |
H A D | typesconfig.c | 64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 180 case t_double: if ((long)p % sizeof(double)) return forceerror(); else return *((double*)p); in GetAtAddress() 196 case t_double: { double x = *(double*)p; return dummy(&x); } in GetAtAddress() 226 case t_double: return *((double*)p)= 0; in SetAtAddress() 239 case t_double: return "double"; in TypeName() 346 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor() 482 InfoMemoryTypeAccess( t_double ); in main()
|
/trunk/main/tools/workben/ |
H A D | solar.c | 27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 222 case t_double: return *((double*)p); in GetAtAddress() 235 case t_double: return *((double*)p)= 0; in SetAtAddress() 248 case t_double: return "double"; in TypeName() 325 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor() 402 printf( ( CheckGetAccess( t_double, (double*)&a[i] ) ? "OK\n" : "ERROR\n" ) ); in main()
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | cs_type.hxx | 106 t_double, enumerator
|
H A D | cs_type.cxx | 85 Set_BuiltInType( predefined::t_double, "double" ); in Setup_BuiltInTypes()
|
Completed in 21 milliseconds