Subversion Repositories filter_foundry

Rev

Rev 489 | Rev 500 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 489 Rev 491
Line 1229... Line 1229...
1229
#endif
1229
#endif
1230
}
1230
}
1231
 
1231
 
1232
value_type ff_d() {
1232
value_type ff_d() {
1233
#ifdef use_filterfactory_implementation_d
1233
#ifdef use_filterfactory_implementation_d
-
 
1234
        // Output range: -512 ... 512
1234
        return factory_d();
1235
        return factory_d();
1235
#else
1236
#else
-
 
1237
        // Output range: -511 ... 512
1236
        return foundry_d();
1238
        return foundry_d();
1237
#endif
1239
#endif
1238
}
1240
}
1239
 
1241
 
1240
// -------------------------------------------------------------------------------------------
1242
// -------------------------------------------------------------------------------------------