Home
last modified time | relevance | path

Searched refs:math (Results 501 - 525 of 1539) sorted by relevance

1...<<21222324252627282930>>...62

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py24 import math namespace
155 def glslMod(x, y): return x - y*math.floor(x/y)
166 def frac(val): return val.applyUnary(lambda x: x - math.floor(x))
169 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x))
172 def log2(val): return val.applyUnary(lambda x: math.log(x, 2.0))
175 def rsq(val): return val.applyUnary(lambda x: 1.0 / math.sqrt(x))
318 return Scalar(math.sqrt(self.dot(self).x))
/third_party/protobuf/python/google/protobuf/
H A Djson_format.py54 import math namespace
308 if math.isinf(value):
313 if math.isnan(value):
787 if math.isnan(value):
789 if math.isinf(value):
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.h26 #include <math.h>
/third_party/ffmpeg/libavcodec/
H A Dcos_tablegen.c25 #include <math.h>
H A Dmpegaudio_tablegen.h27 #include <math.h>
H A Dsinewin_tablegen.h29 #include <math.h>
/third_party/ffmpeg/libavdevice/
H A Dtimefilter.c25 #include <math.h>
/third_party/ffmpeg/libavutil/
H A Ddisplay.c23 #include <math.h>
/third_party/ffmpeg/libavutil/tests/
H A Deval.c21 #include <math.h>
/third_party/glfw/tests/
H A Dtimeout.c36 #include <math.h>
/third_party/alsa-lib/modules/mixer/simple/
H A Dac97.c28 #include <math.h>
H A Dhda.c29 #include <math.h>
/third_party/alsa-utils/speaker-test/
H A Dpink.c29 #include <math.h>
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.h32 # include <math.h>
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DCalculateCRC32.java12 import java.math.BigInteger;
/third_party/libsnd/examples/
H A Dmake_sine.c36 #include <math.h>
/third_party/musl/src/math/
H A Dcbrt.c18 #include <math.h>
H A Dfmaf.c29 #include <math.h>
H A Dexp2f.c8 #include <math.h>
H A Dlogf.c8 #include <math.h>
/third_party/musl/libc-test/src/math/gen/
H A Dgen.h2 #include <math.h>
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmaf.c29 #include <math.h>
H A Dlogf.c8 #include <math.h>
H A Dexp2f.c8 #include <math.h>
H A Dexp10l.c3 #include <math.h>

Completed in 9 milliseconds

1...<<21222324252627282930>>...62