Home
last modified time | relevance | path

Searched refs:clo (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm-project/libclc/generic/lib/math/
Datanpi.cl112 // (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;
Datan.cl114 // (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/
Dcountleading.ll37 ; 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
D2010-11-09-CountLeading.ll19 ; CHECK: clo $2, $4
27 ; CHECK: clo $2, $4
/external/llvm-project/llvm/test/CodeGen/Mips/
Dcountleading.ll34 ; 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
D2010-11-09-CountLeading.ll19 ; CHECK: clo $2, $4
27 ; CHECK: clo $2, $4
/external/llvm/test/MC/Mips/
Dset-mips-directives.s17 clo $2,$2
53 # CHECK: clo $2, $2
Dset-arch.s16 clo $2, $2
55 # CHECK: clo $2, $2
Dmips64-alu-instructions.s10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
38 clo $6, $7
Dmips-alu-instructions.s11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
42 clo $6, $7
Dset-mips-directives-bad.s19 clo $2,$2 # CHECK: error: instruction requires a CPU feature not currently enabled
/external/llvm-project/llvm/test/MC/Mips/
Dset-mips-directives.s17 clo $2,$2
53 # CHECK: clo $2, $2
Dset-arch.s16 clo $2, $2
57 # CHECK: clo $2, $2
Dmips64-alu-instructions.s10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
38 clo $6, $7
Dmips-alu-instructions.s11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
42 clo $6, $7
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dutility.cpp98 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/
Dmath_config.h390 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/
Dapp-theme.css45 .clo { color: #888; }
/external/arm-optimized-routines/math/
Dmath_config.h407 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/
Dshamodule.c242 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()
Dsha256module.c270 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/
Dmips64-alu-instructions.s.cs5 0x21,0x30,0xe6,0x70 = clo $a2, $a3
Dmips-alu-instructions.s.cs6 0x21,0x30,0xe6,0x70 = clo $a2, $a3
/external/python/cpython3/Modules/
Dsha256module.c260 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()
Dsha512module.c277 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()

123456