/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
Quaternion.java | 111 public Quaternion divides(Quaternion b) {
method in class:Quaternion
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM.h | 242 * Description: Divides a float value by 2^shift and 250 * [in] shift Divides the input "v" by "2^shift"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
armCOMM.c | 375 * Description: Divides a float value by 2^shift and 383 * [in] shift Divides the input "v" by "2^shift"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM.h | 242 * Description: Divides a float value by 2^shift and 250 * [in] shift Divides the input "v" by "2^shift"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
armCOMM.c | 375 * Description: Divides a float value by 2^shift and 383 * [in] shift Divides the input "v" by "2^shift"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM.h | 242 * Description: Divides a float value by 2^shift and 250 * [in] shift Divides the input "v" by "2^shift"
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
armCOMM.c | 375 * Description: Divides a float value by 2^shift and 383 * [in] shift Divides the input "v" by "2^shift"
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
BoundedRational.java | 507 int powers_of_two = 0; // Max power of 2 that divides denominator 508 int powers_of_five = 0; // Max power of 5 that divides denominator
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Splitter.java | 33 * An object that divides strings (or other instances of {@code CharSequence}) 244 * Returns a splitter that divides strings into pieces of the given length.
|
/art/compiler/dwarf/ |
debug_frame_opcode_writer.h | 37 // To save space, DWARF divides most offsets by header-defined factors.
|
/external/compiler-rt/lib/builtins/i386/ |
divdi3.S | 15 // currently possible via simulation of integer divides on the x87 unit.
|
moddi3.S | 15 // currently possible via simulation of integer divides on the x87 unit.
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractStreamingHashFunction.java | 174 munch(); // buffer becomes empty here, since chunkSize divides bufferSize
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypedBlock.java | 34 * Divides the method body into basic blocks.
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
kernel.cpp | 254 std::divides<size_t>(), grid_size.begin(), grid_size.end(),
|
/external/skia/src/core/ |
SkStrokerPriv.cpp | 179 /* Before we enter the world of square-roots and divides,
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector2f.java | 407 * <code>divide</code> divides the values of this vector by a scalar and 419 * <code>divideLocal</code> divides this vector by a scalar internally, 424 * the value to divides this vector by.
|
/external/openssh/ |
moduli.c | 195 u = 0; /* s divides into largebase exactly */ 216 u = 0; /* s divides p exactly */ 381 s = 0; /* t divides into smallbase exactly */
|
/external/valgrind/cachegrind/ |
cg_arch.c | 189 cache size afterwards anyway, to guarantee that it divides exactly 236 the size divides exactly between the sets. Almost all of the 244 sure it divides exactly between the sets. */
|
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_function.h | 156 struct divides; 194 struct divides : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function 263 struct divides<void> struct
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 257 // waveLength is always a multiple of two and frequency divides the
|
/external/cmockery/cmockery_0_1_2/src/example/ |
calculator_test.c | 112 // Ensure divide() divides one integer by another correctly.
|
/external/eigen/Eigen/src/Core/ |
Dot.h | 147 /** Normalizes the vector, i.e. divides it by its own norm.
|
/external/icu/icu4c/source/common/ |
bytestrie.cpp | 98 // and divides length by 2.
|