Home
last modified time | relevance | path

Searched defs:floor (Results 26 - 47 of 47) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h170 #undef floor macro
233 #define floor(x) __tg_real(floor, (x)) macro
/third_party/musl/include/
H A Dtgmath.h170 #undef floor macro
233 #define floor(x) __tg_real(floor, (x)) macro
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp610 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local
H A DSamplerCore.cpp2309 Float4 floor = Floor(coord); in address() local
2392 Float4 floor = Floor(coord); in address() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp602 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local
H A DSamplerCore.cpp2431 Float4 floor = Floor(coord); in address() local
H A DShaderCore.cpp1353 void ShaderCore::floor(Vector4f &dst, const Vector4f &src) in floor() function in sw::ShaderCore
1715 Float4 floor = src.x - frc; in expp() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp67 double floor(double X) { return std::floor(X); } in floor() function
69 float floor(float X) { return std::floor(X); } in floor() function
/third_party/skia/include/private/
H A DSkNx.h115 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } in floor() function
223 AI SkNx floor() const { return Floor(fVal); } in floor() function
H A DSkNx_sse.h94 AI SkNx floor() const { in floor() function in __anon18480::SkNx
185 AI SkNx floor() const { in floor() function in __anon18480::SkNx
H A DSkVx.h593 SIN Vec<N,float> floor(const Vec<N,float>& x) { return map(floorf, x); } in floor() function
/third_party/skia/src/core/
H A DSkImageFilterTypes.h334 LayerSpace<SkISize> floor() const { return LayerSpace<SkISize>(fData.toFloor()); } in floor() function in skif::LayerSpace
H A DSkVM.cpp1126 F32 Builder::floor(F32 x) { in floor() function in skvm::Builder
H A DSkVM.h1232 SI F32 floor(F32 x) { return x-> floor(x); } in floor() function
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c1661 vorbis_floor *floor; vorbis_parse_audio_packet() local
[all...]
H A Dvorbisenc.c93 int *floor; member
114 float *floor; // also used for tmp values for mdct member
798 floor_encode(vorbis_enc_context *venc, vorbis_enc_floor *fc, PutBitContext *pb, uint16_t *posts, float *floor, int samples) floor_encode() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_afftdn.c147 double floor; member
307 spectral_flatness(AudioFFTDeNoiseContext *s, const double *const spectral, double floor, int len, double *rnum, double *rden) spectral_flatness() argument
[all...]
/third_party/lame/libmp3lame/
H A Dutil.h177 FLOAT floor; /* lowest ATH value */ member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp161 llvm::Function *floor = llvm::Intrinsic::getDeclaration( in lowerFloor() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4211 auto* floor = builder_.Call("floor", div); in MakeFMod() local
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1194 unsigned int scan, floor; in task_scan_min() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 78 milliseconds

12