Home
last modified time | relevance | path

Searched defs:exp10 (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
/third_party/musl/src/math/
Dexp10.c5 double exp10(double x) in exp10() function
/third_party/ltp/testcases/realtime/lib/
Dlibstats.c52 # define exp10(x) (exp((x) * log(10))) macro
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c757 fixup_bytes(enum pipe_driver_query_type type, int position, uint64_t *exp10) in fixup_bytes()
771 uint64_t exp10; in hud_pane_set_max_value() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1249 TEST_F(ComputeTest, exp10) in TEST_F() argument
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c13175 int32_t exp10) { in wuffs_base__private_implementation__parse_number_f64_eisel_lemire()
13476 int32_t exp10 = h->decimal_point - ((int32_t)(h->num_digits)); in wuffs_base__private_implementation__high_prec_dec__to_f64() local
13691 int32_t exp10 = 0; in wuffs_base__parse_number_f64() local
/third_party/typescript/tests/baselines/reference/
DmanyConstExports.js12 export const exp10 = "test"; constant
/third_party/typescript/tests/cases/compiler/
DmanyConstExports.ts13 export const exp10 = "test"; constant