Home
last modified time | relevance | path

Searched refs:clo (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog_data.h23 double chi, clo; member
H A Dlog2_data.h23 double chi, clo; member
H A Dlog.c94 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
H A Dlog2.c101 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dlog_data.h23 double chi, clo; member
H A Dlog.c109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dlog_data.h23 double chi, clo; member
H A Dlog.c109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/musl/src/math/
H A Dlog_data.h23 double chi, clo; member
H A Dlog2_data.h23 double chi, clo; member
H A Dlog.c94 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
H A Dlog2.c101 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
/third_party/optimized-routines/math/
H A Dmath_config.h407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
H A Dlog2.c111 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
H A Dlog.c131 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/python/Modules/
H A Dsha256module.c276 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 Dsha512module.c280 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 Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
440 and $alo,$clo,$a2
446 and $blo,$clo,$a2
H A Dsha512-ppc.pl472 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 Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
440 and $alo,$clo,$a2
446 and $blo,$clo,$a2
H A Dsha512-ppc.pl472 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 Dindex.js218 const clo = c[longOption];
220 clo.short = config.short;
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js226 const clo = c[longOption];
228 clo.short = config.short;
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1585 Format(instr, "clo.w 'rd, 'rj"); in DecodeTypekOp22()
1591 Format(instr, "clo.d 'rd, 'rj"); in DecodeTypekOp22()

Completed in 13 milliseconds