Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Def_fmod.c37 __int32_t n,hx,hy,hz,ix,iy,sx,i; local
83 hz=hx-hy;
84 if(hz<0){hx = hx+hx;}
86 if(hz==0) /* return sign(x)*0 */
88 hx = hz+hz;
91 hz=hx-hy;
92 if(hz>=0) {hx=hz;}
Dkf_cos.c38 float a,hz,z,r,qx; local
55 hz = (float)0.5*z-qx;
57 return a - (hz - (z*r-x*y));
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_fmod.c37 int32_t n,hx,hy,hz,ix,iy,sx,i; in __ieee754_fmod() local
103 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in __ieee754_fmod()
104 if(hz<0){hx = hx+hx+(lx>>31); lx = lx+lx;} in __ieee754_fmod()
106 if((hz|lz)==0) /* return sign(x)*0 */ in __ieee754_fmod()
108 hx = hz+hz+(lz>>31); lx = lz+lz; in __ieee754_fmod()
111 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; in __ieee754_fmod()
112 if(hz>=0) {hx=hz;lx=lz;} in __ieee754_fmod()
Dk_cos.c68 double a,hz,z,r,qx; in __kernel_cos() local
85 hz = 0.5*z-qx; in __kernel_cos()
87 return a - (hz - (z*r-x*y)); in __kernel_cos()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_cn.c15 #undef hz
313 ENCODER_INIT(hz) in ENCODER_INIT() argument
319 ENCODER_RESET(hz) in ENCODER_RESET() argument
329 ENCODER(hz) in ENCODER() argument
370 DECODER_INIT(hz) in DECODER_INIT() argument
376 DECODER_RESET(hz) in DECODER_RESET() argument
382 DECODER(hz) in DECODER() argument
441 CODEC_STATEFUL(hz)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_cn.c15 #undef hz
313 ENCODER_INIT(hz) in ENCODER_INIT() argument
319 ENCODER_RESET(hz) in ENCODER_RESET() argument
329 ENCODER(hz) in ENCODER() argument
370 DECODER_INIT(hz) in DECODER_INIT() argument
376 DECODER_RESET(hz) in DECODER_RESET() argument
382 DECODER(hz) in DECODER() argument
441 CODEC_STATEFUL(hz)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dparam.h316 ((ms +0u) / 1000u) * hz : \
317 ((ms +0u) * hz) / 1000u)
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dparam.h103 #define mstohz(ms) ((ms + 0UL) * hz / 1000)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
Dhi6220.dtsi191 opp-hz = /bits/ 64 <208000000>;
196 opp-hz = /bits/ 64 <432000000>;
201 opp-hz = /bits/ 64 <729000000>;
206 opp-hz = /bits/ 64 <960000000>;
211 opp-hz = /bits/ 64 <1200000000>;