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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 280 bool is_float)
284 if (is_float) {
306 bool is_float; local
317 is_float = false;
333 is_float = true;
340 dpp1_set_degamma_format_float(dpp_base, is_float);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 222 is_float (const char *p) function
316 /* Add a NUL byte at the end, for is_integer and is_float. */
320 if (is_integer (tp->chars) || is_float (tp->chars))
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 2601 /* Implementation of pure virtual hook recording::type::is_float for
2605 recording::memento_of_get_type::is_float () const function in class:gcc::jit::recording::memento_of_get_type
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 2575 /* Implementation of pure virtual hook recording::type::is_float for
2579 recording::memento_of_get_type::is_float () const function in class:gcc::jit::recording::memento_of_get_type
  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 5976 int is_float = 0, num;
5983 is_float = 32;
6004 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT)
6006 return alpha_register_table[num + is_float];
5963 int is_float = 0, num; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 5976 int is_float = 0, num;
5983 is_float = 32;
6004 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT)
6006 return alpha_register_table[num + is_float];
5963 int is_float = 0, num; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5351 bool is_float = FLOAT_TYPE_P (TREE_TYPE (lhs));
5352 unsigned int basic_cost = is_float ? 2 : 1;
5341 bool is_float = FLOAT_TYPE_P (TREE_TYPE (lhs)); local

Completed in 83 milliseconds