Searched refs:is_double (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_scanner.c288 is_double( function
565 else if (is_double(yytext)) {
/macosx-10.10.1/groff-38/groff/src/preproc/tbl/
H A Dtable.cpp1095 char is_double; member in struct:vertical_rule
1106 : next(p), start_row(sr), end_row(er), col(c), is_double(dbl)
1126 if (is_double) {
1165 if (is_double) {
2370 void table::add_vertical_rule(int start_row, int end_row, int col, int is_double) argument
2372 vrule_list = new vertical_rule(start_row, end_row, col, is_double,
2420 if (p->is_double)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-arm.c3324 bfd_arm_vfp11_regno (unsigned int insn, bfd_boolean is_double, unsigned int rx, argument
3327 if (is_double)
3384 bfd_boolean is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
3389 unsigned int fd = bfd_arm_vfp11_regno (insn, is_double, 12, 22);
3390 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
3405 regs[1] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
3421 regs[0] = bfd_arm_vfp11_regno (insn, is_double, 16, 7); /* Fn. */
3487 unsigned int fm = bfd_arm_vfp11_regno (insn, is_double, 0, 5);
3491 if (is_double)
3504 int fd = bfd_arm_vfp11_regno (insn, is_double, 1
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c5477 int is_double;
5613 is_double = (button == last_mouse_button
5631 if (is_double)
5704 /* Don't check is_double; treat this as multiple
5767 int is_double;
5781 is_double = (last_mouse_button < 0
5789 if (is_double)
5908 int is_double;
5458 int is_double; local
5748 int is_double; local
5889 int is_double; local
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained

Completed in 231 milliseconds