/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | log_data.h | 23 double chi, clo; member
|
H A D | log2_data.h | 23 double chi, clo; member
|
H A D | log.c | 94 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
H A D | log2.c | 101 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | log_data.h | 23 double chi, clo; member
|
H A D | log.c | 109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | log_data.h | 23 double chi, clo; member
|
H A D | log.c | 109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
/third_party/musl/src/math/ |
H A D | log_data.h | 23 double chi, clo; member
|
H A D | log2_data.h | 23 double chi, clo; member
|
H A D | log.c | 94 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
H A D | log2.c | 101 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
|
/third_party/optimized-routines/math/ |
H A 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
|
H A D | log2.c | 111 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
|
H A D | log.c | 131 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
/third_party/python/Modules/ |
H A D | sha256module.c | 276 SHA_INT32 clo; in sha_update() local 278 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update() 279 if (clo < sha_info->count_lo) { in sha_update() 282 sha_info->count_lo = clo; in sha_update()
|
H A D | sha512module.c | 280 SHA_INT32 clo; in sha512_update() local 282 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update() 283 if (clo < sha_info->count_lo) { in sha512_update() 286 sha_info->count_lo = clo; in sha512_update()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 440 and $alo,$clo,$a2 446 and $blo,$clo,$a2
|
H A D | sha512-ppc.pl | 472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 440 and $alo,$clo,$a2 446 and $blo,$clo,$a2
|
H A D | sha512-ppc.pl | 472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/ |
H A D | index.js | 218 const clo = c[longOption]; 220 clo.short = config.short;
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/ |
H A D | index.js | 226 const clo = c[longOption]; 228 clo.short = config.short;
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1585 Format(instr, "clo.w 'rd, 'rj"); in DecodeTypekOp22() 1591 Format(instr, "clo.d 'rd, 'rj"); in DecodeTypekOp22()
|