Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/
Dprettify.css1clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red…
/third_party/node/deps/npm/node_modules/unique-filename/coverage/
Dprettify.css1clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red…
/third_party/musl/porting/uniproton/kernel/src/math/
Dlog_data.h23 double chi, clo; member
Dlog.c109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dlog_data.h23 double chi, clo; member
Dlog.c109 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog2_data.h23 double chi, clo; member
Dlog_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()
/third_party/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()
/third_party/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
Dlog2.c111 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
Dlog.c131 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/third_party/python/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()
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()
/third_party/openssl/crypto/sha/asm/
Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
440 and $alo,$clo,$a2
446 and $blo,$clo,$a2
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsScheduleGeneric.td44 // add, addi, addiu, addu, and, andi, clo, clz, ext, ins, lui, nor, or, ori,
58 // addiupc, align, aluipc, aui, auipc, bitswap, clo, clz, lsa, seleqz, selnez
DMipsScheduleP5600.td180 // clo, clz, di, ei, mfhi, mflo
DMips32r6InstrInfo.td804 class CLO_R6_DESC : CLO_R6_DESC_BASE<"clo", GPR32Opnd, II_CLO>;
DMicroMipsInstrInfo.td938 def CLO_MM : MMRel, CountLeading1<"clo", GPR32Opnd, II_CLO>, CLO_FM_MM<0x12c>,

12