/external/skia/tests/ |
PathOpsCubicLineIntersectionIdeas.cpp | 104 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
|
/external/skqp/src/gpu/ccpr/ |
GrCCCoverageProcessor.h | 36 // Defines a single triangle or closed quadratic bezier, with transposed x,y point values.
|
/external/skqp/tests/ |
DrawPathTest.cpp | 106 // stepper for the quadratic. Now we bias that value by 1/2 so we don't overflow
|
PathOpsCubicLineIntersectionIdeas.cpp | 104 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
|
/external/tensorflow/tensorflow/core/lib/strings/ |
strcat.h | 167 // quadratic time operation with O(n) dynamic allocations. StrAppend
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
linear_operator_composition.py | 134 meaning the quadratic form `x^H A x` has positive real part for all
|
linear_operator_diag.py | 132 meaning the quadratic form `x^H A x` has positive real part for all
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
vad_audio_proc.cc | 220 // A peak is found, do a simple quadratic interpolation to get a more
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.c | 247 * solve the quadratic equation, if it's not solvable then we
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
BigIntegerTest.java | 422 // Richard G.E. Pinch, Absolute quadratic pseudorprimes
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.cpp | 522 /* Purpose : quadratic bit allocation model: T(n) = C*sqrt(mad(n)/aver_mad(n-1)) */ 698 /* Mad based variable bit allocation + QP calculation with a new quadratic method */ [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
predicates.go | 241 // This is a quadratic algorithm, but in practice these stacks
|
typestring.go | 79 // Theoretically, this is a quadratic lookup algorithm, but in
|
/prebuilts/go/darwin-x86/src/regexp/ |
backtrack.go | 328 // This looks like it's quadratic in the size of the text,
|
/prebuilts/go/linux-x86/src/go/types/ |
predicates.go | 241 // This is a quadratic algorithm, but in practice these stacks
|
typestring.go | 79 // Theoretically, this is a quadratic lookup algorithm, but in
|
/prebuilts/go/linux-x86/src/regexp/ |
backtrack.go | 328 // This looks like it's quadratic in the size of the text,
|
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 316 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50). 411 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50). [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
RegAllocPBQP.cpp | 10 // This file contains a Partitioned Boolean Quadratic Programming (PBQP) based 79 /// register allocation problems to Partitioned Boolean Quadratic
|
/external/tensorflow/tensorflow/core/kernels/ |
lookup_table_op.cc | 396 (bucket_index + num_probes) & bit_mask; // quadratic probing 552 (bucket_index + num_probes) & bit_mask; // quadratic probing [all...] |
/external/wycheproof/java/com/google/security/wycheproof/ |
EcUtil.java | 163 * @returns 1 if x is a quadratic residue, -1 if x is a non-quadratic residue and 0 if x and p are
|
/external/ImageMagick/MagickCore/ |
distort.c | 135 * quadratic 2 (6) u = '' + c4*x*x + c5*y*y 143 * Note the slight re-ordering of the terms for a quadratic polynomial 165 case 5: return( y*y ); /* quadratic order = 2 terms = 6 */ 193 case 5: return("*jj*jj"); /* quadratic order = 2 terms = 6 */ 221 case 5: return( 0.0 ); /* quadratic order = 2 terms = 6 */ 249 case 5: return( y ); /* quadratic order = 2 terms = 6 */ 252 /* NOTE: the only reason that last is not true for 'quadratic' [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
gcmodule.c | 102 show quadratic performance, instead of linear as expected: see issue #4074).
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
listsort.txt | [all...] |
/external/python/cpython2/Modules/ |
gcmodule.c | 102 show quadratic performance, instead of linear as expected: see issue #4074). [all...] |