Searched refs:math (Results 1426 - 1450 of 1547) sorted by relevance
1...<<51525354555657585960>>...62
/third_party/littlefs/scripts/ |
H A D | test.py | 17 import math as m
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 28 #include <math.h>
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
H A D | tessellator.cpp | 23 #include <math.h> // ceil 1288 // We know this fixed point math won't over/underflow in TriGeneratePoints() 1306 /*V*/fxpParam - (fxpPerpParam+1/*round*/)/deriv, // we know this fixed point math won't over/underflow in TriGeneratePoints() 1310 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow in TriGeneratePoints() 1315 DefinePoint(/*U*/fxpParam - (fxpPerpParam+1/*round*/)/deriv,// we know this fixed point math won't over/underflow in TriGeneratePoints() 1316 /*V*/FXP_ONE - (fxpParam - (fxpPerpParam+1/*round*/)/deriv) - fxpPerpParam,// we know this fixed point math won't over/underflow in TriGeneratePoints() 1808 fxpLocation = FXP_ONE_HALF; // special casing middle since 16 bit fixed math below can't reproduce 0.5 exactly in PlacePointIn1D()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 7 // To implement maths operators for ImVec2 (disabled by default to not collide with using IM_VEC2_CLASS_EXTRA along with your own math types+operators) 36 #include <math.h> // sqrtf, fabsf, fmodf, powf, floorf, ceilf, cosf, sinf 479 // NB: we can't rely on ImVec2 math operators being available here
|
/third_party/popt/src/ |
H A D | popt.c | 14 #include <math.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 25 #include <math.h>
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 62 #include <math.h>
|
H A D | smallft.c | 35 #include <math.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 27 #include <math.h>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 53 #include <math.h>
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 53 #include <math.h>
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 112 #include <math.h> /* only for PvdM background code */ 250 struct...but a few macros and a little fixed-point math will do
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngpriv.h | 541 /* We need to check that <math.h> hasn't already been included earlier 549 # include <math.h>
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 15 #include <math.h>
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | anim_encode.c | 15 #include <math.h> // for pow()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule.cpp | 12 #include <math.h>
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 14 #include <math.h>
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 32 #include <math.h>
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 37 #include <math.h>
|
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 52 #include <math.h>
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 23 import math namespace 1619 # Our signal handlers clobber the C errno by calling a math function 1622 self.assertRaises(ValueError, math.acosh, 0) 1624 self.assertRaises(ValueError, math.acosh, 0)
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showspectrum.c | 32 #include <math.h>
|
/third_party/ffmpeg/libswscale/ |
H A D | input.c | 21 #include <math.h>
|
H A D | utils.c | 27 #include <math.h>
|
/third_party/backends/backend/ |
H A D | canon.c | 99 #include <math.h>
|
Completed in 79 milliseconds
1...<<51525354555657585960>>...62