Home
last modified time | relevance | path

Searched refs:hz (Results 1 - 25 of 52) sorted by relevance

123

/third_party/jerryscript/jerry-libm/
H A Dfmod.c41 int n, hx, hy, hz, ix, iy, sx, i; in fmod() local
158 hz = hx - hy; in fmod()
162 hz -= 1; in fmod()
164 if (hz < 0) in fmod()
171 if ((hz | lz) == 0) /* return sign(x) * 0 */ in fmod()
175 hx = hz + hz + (lz >> 31); in fmod()
179 hz = hx - hy; in fmod()
183 hz -= 1; in fmod()
185 if (hz > in fmod()
[all...]
H A Dtrig.c712 double a, hz, z, r; in __kernel_cos() local
741 hz = 0.5 * z - qx.dbl; in __kernel_cos()
743 return a - (hz - (z * r - x * y)); in __kernel_cos()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c378 hz / 32); in axe_ax88178_init()
380 hz / 32); in axe_ax88178_init()
381 AXE_GPIO_WRITE(AXE_GPIO0_EN | AXE_GPIO2_EN, hz / 4); in axe_ax88178_init()
383 hz / 32); in axe_ax88178_init()
386 AXE_GPIO1_EN, hz / 3); in axe_ax88178_init()
388 AXE_GPIO_WRITE(AXE_GPIO1_EN, hz / 3); in axe_ax88178_init()
390 hz / 3); in axe_ax88178_init()
393 AXE_GPIO2 | AXE_GPIO2_EN, hz / 32); in axe_ax88178_init()
395 AXE_GPIO2_EN, hz / 4); in axe_ax88178_init()
397 AXE_GPIO2 | AXE_GPIO2_EN, hz / 3 in axe_ax88178_init()
[all...]
H A Dif_axge.c222 (void)uether_pause(&sc->sc_ue, hz / 4); in axge_chip_init()
225 (void)uether_pause(&sc->sc_ue, hz / 10); in axge_chip_init()
309 (void)uether_pause(&sc->sc_ue, hz / 100); in axge_reset()
H A Dusb_ethernet.c432 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_start_task()
504 usb_callout_reset(&ue->ue_watchdog, hz, ue_watchdog, ue); in ue_watchdog()
/third_party/musl/src/search/
H A Dtsearch.c12 int hz = height(z); in rot() local
13 if (hz > height(y->a[dir])) { in rot()
27 x->h = hz; in rot()
28 y->h = hz; in rot()
29 z->h = hz+1; in rot()
40 x->h = hz+1; in rot()
41 y->h = hz+2; in rot()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__cos.c63 double_t hz,z,r,w; in __cos() local
68 hz = 0.5*z; in __cos()
69 w = 1.0-hz; in __cos()
70 return w + (((1.0-w)-hz) + (z*r-x*y)); in __cos()
H A D__cosl.c88 long double hz,z,r,w; in __cosl() local
92 hz = 0.5*z; in __cosl()
93 w = 1.0-hz; in __cosl()
94 return w + (((1.0-w)-hz) + (z*r-x*y)); in __cosl()
/third_party/musl/src/math/
H A D__cos.c63 double_t hz,z,r,w; in __cos() local
68 hz = 0.5*z; in __cos()
69 w = 1.0-hz; in __cos()
70 return w + (((1.0-w)-hz) + (z*r-x*y)); in __cos()
H A D__cosl.c88 long double hz,z,r,w; in __cosl() local
92 hz = 0.5*z; in __cosl()
93 w = 1.0-hz; in __cosl()
94 return w + (((1.0-w)-hz) + (z*r-x*y)); in __cosl()
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_cosl.c49 long double hz,z,r,w; in __kernel_cosl() local
54 hz = 0.5*z; in __kernel_cosl()
55 w = one-hz; in __kernel_cosl()
56 return w + (((one-w)-hz) + (z*r-x*y)); in __kernel_cosl()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextUtil.cpp47 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithVaoBuffers() local
51 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithVaoBuffers()
52 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithVaoBuffers()
117 float hz = (p0.z() + p1.z()) * 0.5f; in drawQuadWithClientPointers() local
121 p0.x(), p1.y(), hz, 1.0f, in drawQuadWithClientPointers()
122 p1.x(), p0.y(), hz, 1.0f, in drawQuadWithClientPointers()
/third_party/python/Modules/cjkcodecs/
H A D_codecs_cn.c11 * hz is predefined as 100 on AIX. So we undefine it to avoid
12 * conflict against hz codec's.
15 #undef hz macro
336 ENCODER_INIT(hz) in ENCODER_INIT()
342 ENCODER_RESET(hz) in ENCODER_RESET()
352 ENCODER(hz) in ENCODER()
398 DECODER_INIT(hz) in DECODER_INIT()
404 DECODER_RESET(hz) in DECODER_RESET()
410 DECODER(hz) in DECODER()
467 CODEC_STATEFUL(hz)
[all...]
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex02.c29 static int hz; /* HZ from sysconf */ variable
119 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
123 tc[i].highlimit /= hz; in setup()
124 tc[i].lowlimit /= hz; in setup()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dynamic.c89 pause("WAIT", hz); in usb_quirk_unload()
105 pause("WAIT", hz); in usb_temp_unload()
119 pause("WAIT", hz); in usb_bus_unload()
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c60 static long hz; variable
216 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
222 tc[i].highlimit /= hz; in setup()
223 tc[i].lowlimit /= hz; in setup()
H A Dclock_adjtime01.c59 static long hz; variable
203 hz = SAFE_SYSCONF(_SC_CLK_TCK); in setup()
210 tc[i].highlimit /= hz; in setup()
/third_party/alsa-utils/bat/
H A Danalyze.c66 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak() argument
70 float hz_peak = (float) (peak) * hz; in check_peak()
78 10.0 * log10f(p / mean), start * hz, end * hz); in check_peak()
107 float hz = 1.0 / ((float) bat->frames / (float) bat->rate); in check() local
142 err |= check_peak(bat, a, end, peak, hz, mean, in check()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c149 long hz = sysconf(_SC_CLK_TCK); /* accounting Hz */ in lws_spawn_reap() local
224 lsp->accounting[0] = (lws_usec_t)((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
225 lsp->accounting[1] = (lws_usec_t)((uint64_t)tms.tms_cutime * 1000000) / hz; in lws_spawn_reap()
226 lsp->accounting[2] = (lws_usec_t)((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
227 lsp->accounting[3] = (lws_usec_t)((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dbench.js86 results.get(event.target.name[0]).push(event.target.hz);
89 results.set(event.target.name[0], [event.target.hz]);
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DI2C-js.cpp61 int hz = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
62 native_ptr->frequency(hz); in DECLARE_CLASS_FUNCTION()
/third_party/benchmark/src/
H A Dsysinfo.cc720 unsigned long long hz = 0; in GetCPUCyclesPerSecond()
722 if (GetSysctl(freqStr, &hz)) return hz * 1000000; in GetCPUCyclesPerSecond()
724 if (GetSysctl(freqStr, &hz)) return hz; in GetCPUCyclesPerSecond()
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.h55 #define hz LOSCFG_BASE_CORE_TICK_PER_SECOND macro
/third_party/parse5/bench/perf/
H A Dindex.js61 return suite[i].hz;
/third_party/toybox/toys/posix/
H A Dfile.c333 int hz = le ? peek_le(s+24,4) : peek_be(s+24,4); in do_regular_file() local
340 xprintf("%d Hz, ", hz); in do_regular_file()

Completed in 15 milliseconds

123