Home
last modified time | relevance | path

Searched refs:floatToBuffer (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dprintast.d63 import dmd.hdrgen : floatToBuffer; in visit()
66 floatToBuffer(e.type, e.value, &buf, false); in visit()
H A Dhdrgen.d1931 void floatToBuffer(Type type, real_t value) in expressionPrettyPrint()
1933 .floatToBuffer(type, value, buf, hgs.hdrgen); in expressionPrettyPrint()
1938 floatToBuffer(e.type, e.value); in expressionPrettyPrint()
1947 floatToBuffer(e.type, creall(e.value)); in expressionPrettyPrint()
1949 floatToBuffer(e.type, cimagl(e.value)); in expressionPrettyPrint()
2629 void floatToBuffer(Type type, const real_t value, OutBuffer* buf, const bool allowHex) in floatToBuffer() function
H A Dhdrgen.c2388 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()
H A Ddtoh.d2627 floatToBuffer(e.type, e.value, buf, allowHex);
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.c2388 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()