Searched refs:fp_round (Results 1 – 12 of 12) sorted by relevance
/external/fastrpc/src/ |
D | std_dtoa.h | 121 double fp_round( double dNumber, int nPrecision );
|
D | std_dtoa.c | 131 double fp_round( double dNumber, int nPrecision ) in fp_round() function
|
D | std_strlprintf.c | 45 #define ROUND(d, p) fp_round( d, p )
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.s.setreg.ll | 11 ; Offset: fp_round = 0, fp_denorm = 4, dx10_clamp = 8, ieee_mode = 9 14 ; Set FP32 fp_round to round to zero 41 ; Set FP64/FP16 fp_round to round to zero 68 ; Set all fp_round to round to zero 95 ; Set FP32 fp_round to dynamic mode
|
D | fneg-combines.ll | 1584 ; fp_round tests
|
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 184 enum fp_round { enum 204 fp_round round32:2; 205 fp_round round16_64:2;
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | llvm.amdgcn.s.setreg.ll | 11 ; Offset: fp_round = 0, fp_denorm = 4, dx10_clamp = 8, ieee_mode = 9 14 ; Set FP32 fp_round to round to zero 41 ; Set FP64/FP16 fp_round to round to zero 68 ; Set all fp_round to round to zero 95 ; Set FP32 fp_round to dynamic mode
|
/external/llvm/test/CodeGen/X86/ |
D | half.ll | 273 ; fp_round and the subsequent fptrunc from float to half.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | combine-fcopysign.ll | 243 ; copysign(x, fp_round(y)) -> copysign(x, y)
|
D | half.ll | 813 ; fp_round and the subsequent fptrunc from float to half.
|
/external/llvm/test/CodeGen/AArch64/ |
D | f16-instructions.ll | 761 ; away the (fpext (fp_round <result>)) here.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | f16-instructions.ll | 1149 ; away the (fpext (fp_round <result>)) here.
|