/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/ |
H A D | printast.d | 61 import dmd.hdrgen : floatToBuffer; in visit() 64 floatToBuffer(e.type, e.value, &buf, false); in visit()
|
H A D | hdrgen.d | 1936 void floatToBuffer(Type type, real_t value) in floatToBuffer() function 1938 .floatToBuffer(type, value, buf, hgs.hdrgen); in floatToBuffer() 1943 floatToBuffer(e.type, e.value); in visit() 1952 floatToBuffer(e.type, creall(e.value)); in visit() 1954 floatToBuffer(e.type, cimagl(e.value)); in visit() 2582 void floatToBuffer(Type type, const real_t value, OutBuffer* buf, const bool allowHex) in floatToBuffer() function
|
H A D | dtoh.d | 2591 floatToBuffer(e.type, e.value, buf, allowHex);
|
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2328 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2375 floatToBuffer(e->type, e->value); in visit() 2384 floatToBuffer(e->type, creall(e->value)); in visit() 2386 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2388 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2435 floatToBuffer(e->type, e->value); in visit() 2444 floatToBuffer(e->type, creall(e->value)); in visit() 2446 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/ |
H A D | hdrgen.c | 2459 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2506 floatToBuffer(e->type, e->value); in visit() 2515 floatToBuffer(e->type, creall(e->value)); in visit() 2517 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/ |
H A D | hdrgen.c | 2388 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2435 floatToBuffer(e->type, e->value); in visit() 2444 floatToBuffer(e->type, creall(e->value)); in visit() 2446 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2459 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2506 floatToBuffer(e->type, e->value); in visit() 2515 floatToBuffer(e->type, creall(e->value)); in visit() 2517 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2459 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2506 floatToBuffer(e->type, e->value); in visit() 2515 floatToBuffer(e->type, creall(e->value)); in visit() 2517 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2328 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2375 floatToBuffer(e->type, e->value); in visit() 2384 floatToBuffer(e->type, creall(e->value)); in visit() 2386 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/ |
H A D | hdrgen.c | 2388 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2435 floatToBuffer(e->type, e->value); in visit() 2444 floatToBuffer(e->type, creall(e->value)); in visit() 2446 floatToBuffer(e->type, cimagl(e->value)); in visit()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/ |
H A D | hdrgen.c | 2328 void floatToBuffer(Type *type, real_t value) in floatToBuffer() function 2375 floatToBuffer(e->type, e->value); in visit() 2384 floatToBuffer(e->type, creall(e->value)); in visit() 2386 floatToBuffer(e->type, cimagl(e->value)); in visit()
|