HomeSort by: relevance | last modified time | path
    Searched refs:to_integer (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/lutok/dist/
operations_test.cpp 55 state.push_integer(state.to_integer(-1) + state.to_integer(-2));
72 state.push_integer(state.to_integer(-1) * state.to_integer(-2));
103 ATF_REQUIRE_EQ(30, state.to_integer());
119 ATF_REQUIRE_EQ(30, state.to_integer());
121 ATF_REQUIRE_EQ(200, state.to_integer());
123 ATF_REQUIRE_EQ(50, state.to_integer());
138 ATF_REQUIRE_EQ(10, state.to_integer(-3));
139 ATF_REQUIRE_EQ(20, state.to_integer(-2))
    [all...]
stack_cleaner_test.cpp 69 ATF_REQUIRE_EQ(10, state.to_integer());
74 ATF_REQUIRE_EQ(20, state.to_integer(-1));
75 ATF_REQUIRE_EQ(10, state.to_integer(-2));
78 ATF_REQUIRE_EQ(10, state.to_integer());
97 ATF_REQUIRE_EQ(30, state.to_integer());
test_utils.hpp 127 if (!_state.is_number() || _state.to_integer() != 987654321)
exceptions_test.cpp 64 ATF_REQUIRE_EQ(123, state.to_integer());
state.hpp 135 long to_integer(const int = -1);
state_test.cpp 156 const int dividend = state.to_integer(-2);
157 const int divisor = state.to_integer(-1);
181 const int length = state.to_integer();
1225 ATF_REQUIRE_EQ(34, state.to_integer());
1227 ATF_REQUIRE_EQ(12, state.to_integer());
1238 ATF_REQUIRE_EQ(12, state.to_integer(-2));
state.cpp 826 lutok::state::to_integer(const int index) function in class:lutok::state
  /src/external/bsd/lutok/dist/examples/
bindings.cpp 83 const int i = state.to_integer();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCheckDebugify.cpp 82 (void)to_integer(LocalVar->getName(), Var, 10);
  /src/external/bsd/kyua-cli/dist/utils/config/
parser.cpp 123 const int syntax_version = state.to_integer(-1);
nodes.cpp 373 set(state.to_integer(value_index));
lua_module_test.cpp 92 set(custom_type(state.to_integer(value_index) * 2));
tree_test.cpp 102 int_wrapper new_value(state.to_integer(value_index));
393 ATF_REQUIRE_EQ(5, state.to_integer(-3));
395 ATF_REQUIRE_EQ(10, state.to_integer(-2));
nodes_test.cpp 234 ATF_REQUIRE_EQ(754, state.to_integer(-1));
  /src/bin/expr/
expr.y 161 to_integer(const char *str)
185 l = to_integer(left);
186 r = to_integer(right);
  /src/external/bsd/kyua-cli/dist/engine/
config.cpp 156 passwd::find_user_by_uid(state.to_integer(-1)));
kyuafile.cpp 514 const int syntax_version = state.to_integer(-1);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp 249 if (to_integer(NameOrId, ProcResIdx, 10))
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 167 if (!to_integer(A[0], G.Data1, 16) || !to_integer(A[1], G.Data2, 16) ||
168 !to_integer(A[2], G.Data3, 16) || !to_integer(A[3], D41, 16) ||
169 !to_integer(A[4], D42, 16))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
codecvt.cc 35 to_integer(codecvt_mode m) function
39 { return m = codecvt_mode(to_integer(m) & to_integer(n)); }
42 { return m = codecvt_mode(to_integer(m) | to_integer(n)); }
45 { return codecvt_mode(~to_integer(m)); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
codecvt.cc 35 to_integer(codecvt_mode m) function
39 { return m = codecvt_mode(to_integer(m) & to_integer(n)); }
42 { return m = codecvt_mode(to_integer(m) | to_integer(n)); }
45 { return codecvt_mode(~to_integer(m)); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 247 template <typename N> bool to_integer(StringRef S, N &Num, unsigned Base = 0) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 1371 if (to_integer(opts::exportstream::Stream, Index)) {
1409 if (!to_integer(Matches[1], Parsed->Min))
1414 if (!to_integer(Matches[3], *Parsed->Max))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 733 (void)to_integer(DVI->getVariable()->getName(), Var, 10);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
llvm-lipo.cpp 206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16))

Completed in 54 milliseconds

1 2