/prebuilts/go/darwin-x86/src/math/ |
erf.go | 68 // That is, we use rational approximation to approximate 103 // We use rational approximation to approximate
|
exp.go | 48 // a polynomial of degree 5 to approximate R. The maximum error
|
log1p.go | 41 // a polynomial of degree 14 to approximate R The maximum error
|
expm1.go | 44 // a polynomial of degree 5 in r*r to approximate R1. The
|
/prebuilts/go/linux-x86/src/math/ |
erf.go | 68 // That is, we use rational approximation to approximate 103 // We use rational approximation to approximate
|
exp.go | 48 // a polynomial of degree 5 to approximate R. The maximum error
|
log1p.go | 41 // a polynomial of degree 14 to approximate R The maximum error
|
expm1.go | 44 // a polynomial of degree 5 in r*r to approximate R1. The
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
BitmapRequestBuilder.java | 72 public BitmapRequestBuilder<ModelType, TranscodeType> approximate() { method in class:BitmapRequestBuilder
|
/libcore/ojluni/src/main/java/java/sql/ |
DatabaseMetaData.java | [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 794 * Approximate the <code>Path</code> with a series of line segments. 812 public float[] approximate(@FloatRange(from = 0) float acceptableError) { method in class:Path
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 412 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, function in class:android::SkPathGlue 541 {"nApproximate", "(JF)[F", (void*) SkPathGlue::approximate},
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
example_test.go | 121 // demonstrate the approximate effectiveness of using a preset dictionary.
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
benchmark.go | 16 var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")
|
/prebuilts/go/linux-x86/src/compress/flate/ |
example_test.go | 121 // demonstrate the approximate effectiveness of using a preset dictionary.
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
benchmark.go | 16 var benchTime = flag.Duration("test.benchtime", 1*time.Second, "approximate run time for each benchmark")
|
/prebuilts/go/darwin-x86/src/strconv/ |
extfloat.go | 258 // AssignDecimal sets f to an approximate value mantissa*10^exp. It 333 // f by an approximate power of ten 10^-exp, and returns exp10, so
|
/prebuilts/go/linux-x86/src/strconv/ |
extfloat.go | 258 // AssignDecimal sets f to an approximate value mantissa*10^exp. It 333 // f by an approximate power of ten 10^-exp, and returns exp10, so
|
/external/skia/src/gpu/ |
GrTessellator.cpp | [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
natconv.go | 340 // Recursive conversion divides q by its approximate square root, yielding two parts, each half
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 340 // Recursive conversion divides q by its approximate square root, yielding two parts, each half
|
/prebuilts/go/darwin-x86/src/go/constant/ |
value.go | 127 // Out of float64 range. Do approximate manual to decimal 134 // approximate float64 mantissa m and decimal exponent d
|
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 127 // Out of float64 range. Do approximate manual to decimal 134 // approximate float64 mantissa m and decimal exponent d
|
/frameworks/native/libs/hwc2on1adapter/ |
HWC2On1Adapter.cpp | 1388 bool approximate = (static_cast<float>(truncated) != f * 10); local [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
HWC2On1Adapter.cpp | 1493 bool approximate = (static_cast<float>(truncated) != f * 10); local [all...] |