Home
last modified time | relevance | path

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

1234

/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/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/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()
Dreference_math.cpp2769 cl_ulong clo, int *exponent) in add128() argument
2773 clo = add_carry(*lo, clo, &carry); in add128()
2780 carry = clo & 1; // set aside low bit in add128()
2781 clo >>= 1; // right shift low 1 in add128()
2782 clo |= carry; // or back in the low bit, so we don't come to believe in add128()
2784 clo |= chi << 63; // move lowest high bit into highest bit of lo in add128()
2791 *lo = clo; in add128()
2795 static inline void sub128(cl_ulong *chi, cl_ulong *clo, cl_ulong hi, in sub128() argument
2799 cl_ulong rLo = *clo; in sub128()
2854 *clo = rLo; in sub128()
[all …]
/external/musl/src/math/
Dlog_data.h23 double chi, clo; member
Dlog2_data.h23 double chi, clo; member
Dlog.c94 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
Dlog2.c101 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
/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()
Dsha512module.c296 SHA_INT32 clo; in sha512_update() local
298 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update()
299 if (clo < sha_info->count_lo) { in sha512_update()
302 sha_info->count_lo = clo; in sha512_update()
/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/okhttp/website/static/
Dapp-theme.css45 .clo { color: #888; }
/external/arm-optimized-routines/pl/math/
Dmath_config.h354 struct {double chi, clo;} tab2[1 << LOG10_TABLE_BITS]; member
450 double chi, clo; member
Dlog10_2u.c113 r = (z - T2[i].chi - T2[i].clo) * invc; in log10()
/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.c273 SHA_INT32 clo; in sha_update() local
275 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update()
276 if (clo < sha_info->count_lo) { in sha_update()
279 sha_info->count_lo = clo; in sha_update()
/external/llvm/test/MC/Mips/mips5/
Dinvalid-mips64.s8clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…
/external/llvm/test/MC/Mips/mips4/
Dinvalid-mips64.s9clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature no…

1234