HomeSort by relevance Sort by last modified time
    Searched refs:leftright (Results 1 - 15 of 15) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
302 leftright = 1;
312 leftright = 0;
320 leftright = 0;
335 leftright = 0;
391 if (leftright) {
501 if (leftright) {
524 if (leftright) {
559 if ((mode < 2 || leftright)
618 if (leftright) {
    [all...]
gdtoa.c 159 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
293 leftright = 1;
303 leftright = 0;
311 leftright = 0;
396 if (leftright) {
511 if (leftright) {
547 if (leftright) {
616 if (leftright) {
641 if (leftright) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
55 self.left = leftright[0]
56 self.right = leftright[1]
434 def __init__(self, leftright, lineno=None):
435 self.left = leftright[0]
436 self.right = leftright[1]
488 def __init__(self, leftright, lineno=None):
489 self.left = leftright[0]
490 self.right = leftright[1]
804 def __init__(self, leftright, lineno=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 54 def __init__(self, leftright, lineno=None):
55 self.left = leftright[0]
56 self.right = leftright[1]
434 def __init__(self, leftright, lineno=None):
435 self.left = leftright[0]
436 self.right = leftright[1]
488 def __init__(self, leftright, lineno=None):
489 self.left = leftright[0]
490 self.right = leftright[1]
804 def __init__(self, leftright, lineno=None)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 737 * Note: 'leftright' translates to 'generate shortest possible string'.
739 template<bool roundingNone, bool roundingSignificantFigures, bool roundingDecimalPlaces, bool leftright>
744 // roundingNone only allowed (only sensible?) with leftright set.
745 ASSERT(!roundingNone || leftright);
924 if (leftright) {
1010 if (leftright) {
1023 if (leftright) {
1040 if ((roundingNone || leftright) && (!word1(&u) && !(word0(&u) & Bndry_mask) && word0(&u) & (Exp_mask & ~Exp_msk1))) {
1075 if (leftright)
1089 if (leftright) {
    [all...]
  /external/jemalloc/include/jemalloc/internal/
rb.h 720 a_type *leftright = rbtn_right_get(a_type, a_field, \
723 leftright); \
750 assert(leftright != &rbtree->rbt_nil); \
751 rbtn_red_set(a_type, a_field, leftright); \
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2399 j, jj1, k, k0, k_check, leftright, m2, m5, s2, s5, local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 3565 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, variable
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 672 'self::fenced[@role="leftright"]');
677 'self::fenced[@role="leftright"]', './parent::children/parent::appl');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 155 "leftright": None,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 155 "leftright": None,
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js     [all...]
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 631 milliseconds