~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/functions/pregenerated/func_numerics.cpp

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
void populate_context_numerics(static_context* sctx)
114
114
{
115
 
  {
116
 
    
117
 
 
 
115
 
 
116
 
 
117
      {
118
118
    DECL_WITH_KIND(sctx, fn_abs,
119
119
        (createQName("http://www.w3.org/2005/xpath-functions","","abs"), 
120
120
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
124
124
  }
125
125
 
126
126
 
127
 
  {
128
 
    
129
 
 
 
127
 
 
128
 
 
129
      {
130
130
    DECL_WITH_KIND(sctx, fn_ceiling,
131
131
        (createQName("http://www.w3.org/2005/xpath-functions","","ceiling"), 
132
132
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
136
136
  }
137
137
 
138
138
 
139
 
  {
140
 
    
141
 
 
 
139
 
 
140
 
 
141
      {
142
142
    DECL_WITH_KIND(sctx, fn_floor,
143
143
        (createQName("http://www.w3.org/2005/xpath-functions","","floor"), 
144
144
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
148
148
  }
149
149
 
150
150
 
151
 
  {
152
 
    
153
 
 
 
151
 
 
152
 
 
153
      {
154
154
    DECL_WITH_KIND(sctx, fn_round,
155
155
        (createQName("http://www.w3.org/2005/xpath-functions","","round"), 
156
156
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
160
160
  }
161
161
 
162
162
 
163
 
  {
164
 
    
165
 
 
 
163
 
 
164
 
 
165
      {
166
166
    DECL_WITH_KIND(sctx, fn_round_3_0,
167
167
        (createQName("http://www.w3.org/2005/xpath-functions","","round"), 
168
168
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
173
173
  }
174
174
 
175
175
 
176
 
  {
177
 
    
178
 
 
 
176
 
 
177
 
 
178
      {
179
179
    DECL_WITH_KIND(sctx, fn_round_half_to_even,
180
180
        (createQName("http://www.w3.org/2005/xpath-functions","","round-half-to-even"), 
181
181
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
185
185
  }
186
186
 
187
187
 
188
 
  {
189
 
    
190
 
 
 
188
 
 
189
 
 
190
      {
191
191
    DECL_WITH_KIND(sctx, fn_round_half_to_even,
192
192
        (createQName("http://www.w3.org/2005/xpath-functions","","round-half-to-even"), 
193
193
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
198
198
  }
199
199
 
200
200
 
201
 
  {
202
 
    
203
 
 
 
201
 
 
202
 
 
203
      {
204
204
    DECL_WITH_KIND(sctx, fn_format_number_3_0,
205
205
        (createQName("http://www.w3.org/2005/xpath-functions","","format-number"), 
206
206
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
211
211
  }
212
212
 
213
213
 
214
 
  {
215
 
    
216
 
 
 
214
 
 
215
 
 
216
      {
217
217
    DECL_WITH_KIND(sctx, fn_format_number_3_0,
218
218
        (createQName("http://www.w3.org/2005/xpath-functions","","format-number"), 
219
219
        GENV_TYPESYSTEM.ANY_ATOMIC_TYPE_QUESTION, 
225
225
  }
226
226
 
227
227
 
228
 
  {
229
 
    
230
 
 
 
228
 
 
229
 
 
230
      {
231
231
    DECL_WITH_KIND(sctx, fn_format_integer_3_0,
232
232
        (createQName("http://www.w3.org/2005/xpath-functions","","format-integer"), 
233
233
        GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION, 
238
238
  }
239
239
 
240
240
 
241
 
  {
242
 
    
243
 
 
 
241
 
 
242
 
 
243
      {
244
244
    DECL_WITH_KIND(sctx, fn_format_integer_3_0,
245
245
        (createQName("http://www.w3.org/2005/xpath-functions","","format-integer"), 
246
246
        GENV_TYPESYSTEM.INTEGER_TYPE_QUESTION,