HomeSort by: relevance | last modified time | path
    Searched defs:floating (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 443 uint32_t sign = 0, floating = 0; local
486 floating = 1;
503 GRPH_PRESCALE_SELECT, floating,
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc 39 including character, integer, floating point, pointer, and strings,
41 and strings it computes the length of output itself. For floating
674 floating (), warned () { /* No-op. */ }
716 /* True when a floating point directive has been seen in the format
718 bool floating; member in struct:__anon13745::fmtresult::format_result
1606 SPEC and the precision PREC the largest value in the real floating
1840 that the directive DIR will write on output for the floating argument
2003 /* For the same floating point constant, unless width or precision
3728 res->floating = true;
4059 res->floating = false
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc 39 including character, integer, floating point, pointer, and strings,
41 and strings it computes the length of output itself. For floating
672 floating (), warned () { /* No-op. */ }
714 /* True when a floating point directive has been seen in the format
716 bool floating; member in struct:__anon16173::fmtresult::format_result
1595 SPEC and the precision PREC the largest value in the real floating
1829 that the directive DIR will write on output for the floating argument
1992 /* For the same floating point constant, unless width or precision
3717 res->floating = true;
4043 res->floating = false
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.h 471 static constexpr DWORD floating = CONTEXT_FLOATING_POINT; member in struct:WindowsContext
487 static constexpr DWORD floating = WOW64_CONTEXT_FLOATING_POINT; member in struct:WindowsContext
  /src/external/gpl2/gmake/dist/
main.c 107 floating, /* A floating-point number (double). */
389 { 'l', floating, (char *) &max_load_average, 1, 1, 0,
2284 case floating:
2540 case floating:
2752 case floating:
106 floating, \/* A floating-point number (double). *\/ enumerator in enum:command_switch::__anon9298
  /src/external/gpl3/gdb/dist/gdb/
varobj.c 98 bool floating = false; member in struct:varobj_root
295 var->root->floating = true;
336 var->root->floating ? NULL : tracker.block ();
338 = var->root->floating ? false : var->root->valid_block == nullptr;
1948 if (var->root->valid_block == NULL || var->root->floating)
1987 For floating variable object, evaluation can get us a value
2011 if (var->root->floating)
2275 /* Return true if that varobj is floating, that is is always evaluated in the
2281 return var->root->floating;
2329 /* Try to recreate the varobj VAR if it is a global or floating. This is
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 98 bool floating = false; member in struct:varobj_root
295 var->root->floating = true;
339 var->root->floating ? NULL : tracker.block ();
341 = var->root->floating ? false : var->root->valid_block == nullptr;
1951 if (var->root->valid_block == NULL || var->root->floating)
1990 For floating variable object, evaluation can get us a value
2014 if (var->root->floating)
2278 /* Return true if that varobj is floating, that is is always evaluated in the
2284 return var->root->floating;
2332 /* Try to recreate the varobj VAR if it is a global or floating. This is
    [all...]
  /src/usr.bin/xlint/lint1/
lint1.h 87 /* A bool, integer or floating-point value. */
100 long double floating; member in union:__anon8368::__anon8369
666 ? val->u.floating != 0.0
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 114 separate handling of general and floating-point registers. */
881 floating point registers, and only fixed point values in the EAM
1322 A range of general registers and floating registers is available
1343 /* Scalar or complex single precision floating point arguments are returned
1344 in floating registers. */
1375 /* Scalar or complex single precision floating point arguments are returned
1376 in floating registers. */
1421 /* Scalar or complex single precision floating point values
1422 are returned in floating register f1. */
1664 /* We maintain separate pointers and offsets for floating-point an
3503 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator in enum:reg_type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 114 separate handling of general and floating-point registers. */
880 floating point registers, and only fixed point values in the EAM
1321 A range of general registers and floating registers is available
1342 /* Scalar or complex single precision floating point arguments are returned
1343 in floating registers. */
1374 /* Scalar or complex single precision floating point arguments are returned
1375 in floating registers. */
1420 /* Scalar or complex single precision floating point values
1421 are returned in floating register f1. */
1661 /* We maintain separate pointers and offsets for floating-point an
3500 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator in enum:reg_type
    [all...]

Completed in 68 milliseconds