/external/llvm-project/libclc/generic/lib/math/ |
D | atanpi.cl | 112 // (chi + clo) = arctan(infinity) 114 double clo = 6.12323399573676480327e-17; 121 // (chi + clo) = arctan(1.5) 123 clo = l ? 1.39033110312309953701e-17 : clo; 130 // (chi + clo) = arctan(1.) 132 clo = l ? 3.06161699786838240164e-17 : clo; 139 // (chi + clo) = arctan(0.5) 141 clo = l ? 2.26987774529616809294e-17 : clo; 147 clo = l ? 0.0 : clo; 171 r = (chi - ((q - clo) - r)) / pi;
|
D | atan.cl | 114 // (chi + clo) = arctan(infinity) 116 double clo = 6.12323399573676480327e-17; 123 // (chi + clo) = arctan(1.5) 125 clo = l ? 1.39033110312309953701e-17 : clo; 132 // (chi + clo) = arctan(1.) 134 clo = l ? 3.06161699786838240164e-17 : clo; 141 // (chi + clo) = arctan(0.5) 143 clo = l ? 2.26987774529616809294e-17 : clo; 149 clo = l ? 0.0 : clo; 173 r = chi - ((q - clo) - r);
|
/external/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 37 ; MIPS4-NOT: clo 39 ; MIPS32-GT-R1: clo $2, $4 41 ; MIPS64-GT-R1: clo $2, $4 43 ; MICROMIPS64: clo $2, $4 80 ; MIPS32-GT-R1-DAG: clo $[[R0:[0-9]+]], $4 81 ; MIPS32-GT-R1-DAG: clo $[[R1:[0-9]+]], $5
|
D | 2010-11-09-CountLeading.ll | 19 ; CHECK: clo $2, $4 27 ; CHECK: clo $2, $4
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 34 ; MIPS4-NOT: clo 36 ; MIPS32-GT-R1: clo $2, $4 38 ; MIPS64-GT-R1: clo $2, $4 74 ; MIPS32-GT-R1-DAG: clo $[[R0:[0-9]+]], $4 75 ; MIPS32-GT-R1-DAG: clo $[[R1:[0-9]+]], $5
|
D | 2010-11-09-CountLeading.ll | 19 ; CHECK: clo $2, $4 27 ; CHECK: clo $2, $4
|
/external/llvm/test/MC/Mips/ |
D | set-mips-directives.s | 17 clo $2,$2 53 # CHECK: clo $2, $2
|
D | set-arch.s | 16 clo $2, $2 55 # CHECK: clo $2, $2
|
D | mips64-alu-instructions.s | 10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 38 clo $6, $7
|
D | mips-alu-instructions.s | 11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 42 clo $6, $7
|
D | set-mips-directives-bad.s | 19 clo $2,$2 # CHECK: error: instruction requires a CPU feature not currently enabled
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | set-mips-directives.s | 17 clo $2,$2 53 # CHECK: clo $2, $2
|
D | set-arch.s | 16 clo $2, $2 57 # CHECK: clo $2, $2
|
D | mips64-alu-instructions.s | 10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 38 clo $6, $7
|
D | mips-alu-instructions.s | 11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70] 42 clo $6, $7
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | utility.cpp | 98 void DivideDD(double *chi, double *clo, double a, double b) in DivideDD() argument 104 *clo = rhi / b; in DivideDD()
|
/external/llvm-project/libc/AOR_v20.02/math/ |
D | math_config.h | 390 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member 405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
|
/external/okhttp/website/static/ |
D | app-theme.css | 45 .clo { color: #888; }
|
/external/arm-optimized-routines/math/ |
D | math_config.h | 407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member 422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
|
/external/python/cpython2/Modules/ |
D | shamodule.c | 242 SHA_INT32 clo; in sha_update() local 244 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 245 if (clo < sha_info->count_lo) { in sha_update() 248 sha_info->count_lo = clo; in sha_update()
|
D | sha256module.c | 270 SHA_INT32 clo; in sha_update() local 272 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 273 if (clo < sha_info->count_lo) { in sha_update() 276 sha_info->count_lo = clo; in sha_update()
|
/external/capstone/suite/MC/Mips/ |
D | mips64-alu-instructions.s.cs | 5 0x21,0x30,0xe6,0x70 = clo $a2, $a3
|
D | mips-alu-instructions.s.cs | 6 0x21,0x30,0xe6,0x70 = clo $a2, $a3
|
/external/python/cpython3/Modules/ |
D | sha256module.c | 260 SHA_INT32 clo; in sha_update() local 262 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 263 if (clo < sha_info->count_lo) { in sha_update() 266 sha_info->count_lo = clo; in sha_update()
|
D | sha512module.c | 277 SHA_INT32 clo; in sha512_update() local 279 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update() 280 if (clo < sha_info->count_lo) { in sha512_update() 283 sha_info->count_lo = clo; in sha512_update()
|