HomeSort by relevance Sort by last modified time
    Searched full:is_negative (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/libxml/src/
trionan.c 223 int is_negative = TRIO_FALSE; local
226 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229 return is_negative;
561 TRIO_ARGS2((number, is_negative),
563 int *is_negative)
569 *is_negative = signbit(number);
650 *is_negative = TRIO_FALSE; /* NaN has no sign */
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
659 *is_negative = TRIO_FALSE
736 int is_negative; local
    [all...]
trionan.h 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
  /external/libxml2/
trionan.c 223 int is_negative = TRIO_FALSE; local
226 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229 return is_negative;
561 TRIO_ARGS2((number, is_negative),
563 int *is_negative)
569 *is_negative = signbit(number);
650 *is_negative = TRIO_FALSE; /* NaN has no sign */
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
659 *is_negative = TRIO_FALSE
736 int is_negative; local
    [all...]
trionan.h 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 44 if (!IS_NEGATIVE(dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
89 const GLboolean neg_dp1 = IS_NEGATIVE(dp1); \
96 * hence the second IS_NEGATIVE() test: \
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 44 if (!IS_NEGATIVE(dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
88 const GLboolean neg_dp0 = IS_NEGATIVE(dp0); \
89 const GLboolean neg_dp1 = IS_NEGATIVE(dp1); \
96 * hence the second IS_NEGATIVE() test: \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_line.c 109 * if (IS_NEGATIVE(dp1)) {
180 /* if (IS_NEGATIVE(dp1))
brw_clip_tri.c 273 /* IS_NEGATIVE(prev) */
320 /* IS_NEGATIVE(next)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_line.c 109 * if (IS_NEGATIVE(dp1)) {
180 /* if (IS_NEGATIVE(dp1))
brw_clip_tri.c 273 /* IS_NEGATIVE(prev) */
320 /* IS_NEGATIVE(next)
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 695 bool is_negative = TryConsume("-"); local
707 if (is_negative) {
720 is_negative ? static_cast<uint64>(kint64max) + 1 : kuint64max;
722 if (is_negative) {
733 uninterpreted_option->set_double_value(is_negative ? -value : value);
738 if (is_negative) {
878 bool is_negative = TryConsume("-"); local
881 if (is_negative) number *= -1;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 178 bool is_negative = false; local
181 is_negative = true;
186 if (is_negative) value *= -1;
1011 bool is_negative = TryConsume("-"); local
    [all...]
  /external/chromium_org/v8/src/
conversions.cc 385 bool is_negative = value < 0.0; local
386 if (is_negative) value = -value;
403 if (is_negative) integer_buffer[integer_pos--] = '-';
deoptimizer.cc     [all...]
  /external/v8/src/
conversions.cc 380 bool is_negative = value < 0.0; local
381 if (is_negative) value = -value;
398 if (is_negative) integer_buffer[integer_pos--] = '-';
deoptimizer.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 45 #ifndef IS_NEGATIVE
46 #define IS_NEGATIVE(X) ((X) < 0.0)
353 if (!IS_NEGATIVE(dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 45 #ifndef IS_NEGATIVE
46 #define IS_NEGATIVE(X) ((X) < 0.0)
353 if (!IS_NEGATIVE(dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 223 *** IS_NEGATIVE: test if float is negative
232 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0)
234 #define IS_NEGATIVE(x) (x < 0.0F)
  /external/mesa3d/src/mesa/main/
imports.h 223 *** IS_NEGATIVE: test if float is negative
232 #define IS_NEGATIVE(x) (GET_FLOAT_BITS(x) < 0)
234 #define IS_NEGATIVE(x) (x < 0.0F)
  /external/stlport/src/
num_put_float.cpp 591 bool is_negative() const { function in struct:float_sign_helper
641 if (helper.is_negative())
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 591 bool is_negative() const { function in struct:float_sign_helper
641 if (helper.is_negative())
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 1149 Matcher<int> is_negative = Lt(0); local
1265 Matcher<int> is_negative = Lt(0); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]

Completed in 2439 milliseconds