Searched refs:T_FLOAT (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/sudo-72/src/
H A Ddefaults.h65 * Also, T_INT, T_FLOAT or T_STR may be ANDed with T_BOOL to indicate that
86 #undef T_FLOAT macro
87 #define T_FLOAT 0x010 macro
H A Ddef_data.c158 "timestamp_timeout", T_FLOAT|T_BOOL,
162 "passwd_timeout", T_FLOAT|T_BOOL,
H A Ddef_data.in114 T_FLOAT|T_BOOL
117 T_FLOAT|T_BOOL
H A Dmkdefaults136 elsif (/^T_FLOAT/) { $v = "fval"; }
H A Ddefaults.c152 case T_FLOAT:
297 case T_FLOAT:
/macosx-10.9.5/ruby-104/ruby/
H A Dnumeric.c642 NEWOBJ_OF(flt, struct RFloat, rb_cFloat, T_FLOAT);
775 case T_FLOAT:
798 case T_FLOAT:
821 case T_FLOAT:
849 case T_FLOAT:
936 case T_FLOAT:
978 case T_FLOAT:
1008 case T_FLOAT:
1086 case T_FLOAT:
1163 case T_FLOAT
[all...]
H A Drational.c743 case T_FLOAT:
783 case T_FLOAT:
862 case T_FLOAT:
905 case T_FLOAT:
1032 case T_FLOAT:
1067 case T_FLOAT:
1123 case T_FLOAT:
1148 case T_FLOAT:
2253 if (RB_TYPE_P(num, T_FLOAT))
2302 if (RB_TYPE_P(num, T_FLOAT))
[all...]
H A Dobject.c2455 case T_FLOAT:
2660 case T_FLOAT:
2674 return rb_convert_type(val, T_FLOAT, "Float", "to_f");
2701 if (RB_TYPE_P(val, T_FLOAT)) return val;
2709 return rb_convert_type(val, T_FLOAT, "Float", "to_f");
2715 if (RB_TYPE_P(val, T_FLOAT)) return val;
2719 return rb_check_convert_type(val, T_FLOAT, "Float", "to_f");
2726 case T_FLOAT:
H A Dbignum.c1566 case T_FLOAT:
1609 case T_FLOAT:
1714 case T_FLOAT:
2052 case T_FLOAT:
2089 case T_FLOAT:
2670 case T_FLOAT:
2894 case T_FLOAT:
3090 case T_FLOAT:
3141 case T_FLOAT:
3182 case T_FLOAT
[all...]
H A Drandom.c1097 if (!RB_TYPE_P(vmax, T_FLOAT) && (v = rb_check_to_integer(vmax, "to_int"), !NIL_P(v))) {
1157 case T_FLOAT: {
1222 else if (!RB_TYPE_P(vmax, T_FLOAT) && (v = rb_check_to_integer(vmax, "to_int"), !NIL_P(v))) {
H A Dcomplex.c389 case T_FLOAT:
1246 case T_FLOAT: {
1893 case T_FLOAT:
1903 case T_FLOAT:
H A Dmath.c27 #define Need_Float(x) do {if (!RB_TYPE_P(x, T_FLOAT)) {(x) = rb_to_float(x);}} while(0)
H A Drange.c643 else if (RB_TYPE_P(beg, T_FLOAT) || RB_TYPE_P(end, T_FLOAT)) {
/macosx-10.9.5/swig-10/Lib/pike/
H A Dpike.swg44 if ($input.type != T_FLOAT)
96 if ($input.type != T_FLOAT)
232 $1 = (($input.type == T_FLOAT) || ($input.type == T_INT)) ? 1 : 0;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DOpcodes.java84 int T_FLOAT = 6; field in interface:Opcodes
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h26 #define T_FLOAT 6 /* floating point */ macro
H A Dcoffdump.c200 case T_FLOAT:
H A Dcoffgrok.c361 case T_FLOAT:
H A Drdcoff.c283 case T_FLOAT:
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dmdl_osxobjc.m138 Check_Type(arg_interval, T_FLOAT);
145 Check_Type(arg_wait, T_FLOAT);
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyprimtypes.swg206 if ((type == T_FLOAT) || (type == T_FIXNUM) || (type == T_BIGNUM)) {
/macosx-10.9.5/ruby-104/ruby/ext/objspace/
H A Dobjspace.c119 case T_FLOAT:
283 CASE_TYPE(T_FLOAT);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dinternal.h434 #define T_FLOAT 6 /* floating point */ macro
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c219 case T_FLOAT:
691 if (RB_TYPE_P(ret, T_FLOAT))
801 if (RB_TYPE_P(other, T_FLOAT)) {
857 if (RB_TYPE_P(r, T_FLOAT)) {
911 if (RB_TYPE_P(r, T_FLOAT)) {
959 case T_FLOAT:
1172 if (RB_TYPE_P(r, T_FLOAT)) {
1200 if (RB_TYPE_P(r, T_FLOAT)) {
1275 if (RB_TYPE_P(r, T_FLOAT)) {
1376 if (RB_TYPE_P(r, T_FLOAT)) {
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h489 #define T_FLOAT RUBY_T_FLOAT macro
1523 if (FLONUM_P(obj)) return T_FLOAT;
1535 #define RB_FLOAT_TYPE_P(obj) (FLONUM_P(obj) || (!SPECIAL_CONST_P(obj) && BUILTIN_TYPE(obj) == T_FLOAT))
1544 ((type) == T_FLOAT) ? RB_FLOAT_TYPE_P(obj) : \

Completed in 402 milliseconds

123