/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BracketFinder.java | 141 double xC = xB + GOLD * (xB - xA); 142 double fC = eval(func, xC); 150 double tmp2 = (xB - xC) * (fB - fA); 155 double w = xB - ((xB - xC) * tmp2 - (xB -xA) * tmp1) / denom; 156 double wLim = xB + growLimit * (xC - xB); 159 if ((w - xC) * (xB - w) > 0) { 172 xC = w; 176 w = xC + GOLD * (xC - xB); 178 } else if ((w - wLim) * (wLim - xC) >= 0) [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
patchlevel.h | 17 #define PY_RELEASE_LEVEL_GAMMA 0xC /* For release candidates */
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
patchlevel.h | 17 #define PY_RELEASE_LEVEL_GAMMA 0xC /* For release candidates */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
patchlevel.h | 17 #define PY_RELEASE_LEVEL_GAMMA 0xC /* For release candidates */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
patchlevel.h | 17 #define PY_RELEASE_LEVEL_GAMMA 0xC /* For release candidates */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
NelderMead.java | 137 final double[] xC = new double[n]; 139 xC[j] = centroid[j] + gamma * (xR[j] - centroid[j]); 141 final RealPointValuePair outContracted = new RealPointValuePair(xC, evaluate(xC), false); 152 final double[] xC = new double[n]; 154 xC[j] = centroid[j] - gamma * (centroid[j] - xWorst[j]); 156 final RealPointValuePair inContracted = new RealPointValuePair(xC, evaluate(xC), false);
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_bits.h | 66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_bits.h | 66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_bits.h | 66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_bits.h | 66 const Uint32 b[] = {0x2, 0xC, 0xF0, 0xFF00, 0xFFFF0000};
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
hidpi.h | 252 #define HIDP_STATUS_INVALID_PREPARSED_DATA (HIDP_ERROR_CODES(0xC, 1)) 253 #define HIDP_STATUS_INVALID_REPORT_TYPE (HIDP_ERROR_CODES(0xC, 2)) 254 #define HIDP_STATUS_INVALID_REPORT_LENGTH (HIDP_ERROR_CODES(0xC, 3)) 255 #define HIDP_STATUS_USAGE_NOT_FOUND (HIDP_ERROR_CODES(0xC, 4)) 256 #define HIDP_STATUS_VALUE_OUT_OF_RANGE (HIDP_ERROR_CODES(0xC, 5)) 257 #define HIDP_STATUS_BAD_LOG_PHY_VALUES (HIDP_ERROR_CODES(0xC, 6)) 258 #define HIDP_STATUS_BUFFER_TOO_SMALL (HIDP_ERROR_CODES(0xC, 7)) 259 #define HIDP_STATUS_INTERNAL_ERROR (HIDP_ERROR_CODES(0xC, 8)) 260 #define HIDP_STATUS_I8042_TRANS_UNKNOWN (HIDP_ERROR_CODES(0xC, 9)) 261 #define HIDP_STATUS_INCOMPATIBLE_REPORT_ID (HIDP_ERROR_CODES(0xC, 0xA) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
ls32ls16p.s | 20 \insn32 r4, [r2, 0xC << \shift] #32b -> 16b 21 \insn16 r4, 0xC << \shift 41 \insn16 r0, 0xC #16b -> 32b
|
/external/clang/test/Layout/ |
ms-x86-size-alignment-fail.cpp | 47 struct C : virtual B0 { int a; C() : a(0xC) {} };
|
/external/compiler-rt/lib/builtins/ |
clzsi2.c | 37 t = ((x & 0xC) == 0) << 1;
|
/external/libunwind/src/sh/ |
offsets.h | 17 #define LINUX_SC_R2_OFF 0xC
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
post_proc_semaphore.cpp | 223 postmode &= 0xC;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
debugreg.h | 40 #define DR_LEN_4 (0xC)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
debugreg.h | 58 #define DR_LEN_4 (0xC)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
debugreg.h | 57 #define DR_LEN_4 (0xC)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
debugreg.h | 58 #define DR_LEN_4 (0xC)
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
debugreg.h | 45 #define DR_LEN_4 (0xC)
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
debugreg.h | 45 #define DR_LEN_4 (0xC)
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
debugreg.h | 45 #define DR_LEN_4 (0xC)
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
debugreg.h | 44 #define DR_LEN_4 (0xC)
|
/external/libopus/celt/ |
entcode.c | 57 m=!!(_v&0xC)<<1;
|